home *** CD-ROM | disk | FTP | other *** search
- global Prgler, PrgNo, ResNo, Resimler
-
- on mouseUp me
- Uygulama = the moviePath & "\Programlar\" & Prgler[PrgNo] & "\" & Prgler[PrgNo] & ".exe"
- Ok = baOpenFile(Uygulama, "normal")
- if Ok = 2 then
- Uygulama = the moviePath & "\Programlar\" & Prgler[PrgNo]
- Ok = baOpenFile(Uygulama, "normal")
- end if
- end
-